projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b86a0f3
)
[IA64] Fix VTi domain shutdown
author
Alex Williamson
<alex.williamson@hp.com>
Wed, 11 Jul 2007 17:32:30 +0000
(11:32 -0600)
committer
Alex Williamson
<alex.williamson@hp.com>
Wed, 11 Jul 2007 17:32:30 +0000
(11:32 -0600)
Event channel destruction is now done earlier, this patch does
the corresponding modification in IA64 side. It fixes dom0 crash
when VTI destroyed.
Signed-off-by: Zhang Xin <xing.z.zhang@intel.com>
xen/arch/ia64/vmx/vmx_init.c
patch
|
blob
|
history
diff --git
a/xen/arch/ia64/vmx/vmx_init.c
b/xen/arch/ia64/vmx/vmx_init.c
index ff5c5cd5d31b51d2967458a12e9116f99456c51f..3d3a36a17067848aced49466d547630937fad5f1 100644
(file)
--- a/
xen/arch/ia64/vmx/vmx_init.c
+++ b/
xen/arch/ia64/vmx/vmx_init.c
@@
-283,9
+283,13
@@
static void vmx_create_event_channels(struct vcpu *v)
}
}
+/*
+ * Event channel has destoryed in domain_kill(), so we needn't
+ * do anything here
+ */
static void vmx_release_assist_channel(struct vcpu *v)
{
-
free_xen_event_channel(v, v->arch.arch_vmx.xen_port)
;
+
return
;
}
/*